| commit | c4ef4b9f5feda746db1eda1f3de0d448cea5ca37 | [log] [tgz] |
|---|---|---|
| author | Euisang Lim <eui-sang.lim@samsung.com> | Tue Dec 06 16:11:56 2022 +0900 |
| committer | Euisang Lim <eui-sang.lim@samsung.com> | Tue Dec 06 17:09:13 2022 +0900 |
| tree | f95e6e1ecccf14b90fc5aaf1b018c2833789102b | |
| parent | 40ee5730f96f840b1be7cbe8daabddd543eba49b [diff] |
[HTMLViewer] Remove unused string turn_on_storage_permission turn_on_storage_permission was added to handle the permission of file:// scheme in 2015. [1] Since file:// scheme has been no longer supported from N release, turn_on_storage_permission was removed in HTMLViewerActivity. [2] But, turn_on_storage_permission strings are still remained in strings.xml. [1] https://android.googlesource.com/platform/packages/apps/HTMLViewer/+/8eaef57f27db50d54be7e7955486dc22dde6c9f2 [2] https://android.googlesource.com/platform/packages/apps/HTMLViewer/+/1c76305b5a7260cd368adff4fee06195f2af2457 Change-Id: Id801b81327e6a1381f1babddbb64314dd0b19081